Remove unneeded commented-out code
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 19 Sep 2015 14:36:07 +0000 (10:36 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 20 Sep 2015 03:30:29 +0000 (23:30 -0400)
tests/test_cargo_compile.rs

index 482a6dee442516ad2c82db3bf0a2fa5436626568..6b54f05c909e47a08011e9bb989e495d9d329a82 100644 (file)
@@ -650,8 +650,6 @@ consider running `cargo update` to update a path dependency's locked version
 "));
 });
 
-// test!(compiling_project_with_invalid_manifest)
-
 test!(crate_version_env_vars {
     let p = project("foo")
         .file("Cargo.toml", r#"